From 9c3532da89841643b0d78d6730355e14a4d02a49 Mon Sep 17 00:00:00 2001 From: robertl Date: Mon, 24 Oct 2005 18:01:15 +0000 Subject: [PATCH] Make re-includable. --- gpsbabel/gbtypes.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gpsbabel/gbtypes.h b/gpsbabel/gbtypes.h index bdbc8ce5f..78ad7582d 100644 --- a/gpsbabel/gbtypes.h +++ b/gpsbabel/gbtypes.h @@ -19,6 +19,10 @@ */ +#ifndef gb_types_h_included +#define gb_types_h_included + + /* * If this is a problem and any interesting system doesn't have the C99-ism * of we'll come up with something more clever that'll likely @@ -46,3 +50,5 @@ typedef int32_t gbint32; typedef int16_t gbint16; #endif // defined(_MSC_VER) + +#endif /* gb_types_h_included */ -- 2.30.2